object PrintOpt: TPrintOpt Left = 251 Top = 91 BorderStyle = bsDialog Caption = 'Print Options' ClientHeight = 441 ClientWidth = 495 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] Position = poDefault Scaled = False OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 19 object Bevel1: TBevel Left = 4 Top = 4 Width = 321 Height = 433 Shape = bsFrame Style = bsRaised end object PuzzleImage2: TImage Left = 40 Top = 368 Width = 610 Height = 320 AutoSize = True Picture.Data = {} Stretch = True Visible = False end object PuzzleImage1: TImage Left = 12 Top = 368 Width = 325 Height = 585 AutoSize = True Picture.Data = {} Visible = False end object Bevel2: TBevel Left = 328 Top = 4 Width = 161 Height = 125 Shape = bsFrame Style = bsRaised end object Label1: TLabel Left = 332 Top = 12 Width = 153 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Options' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Bevel3: TBevel Left = 328 Top = 136 Width = 161 Height = 69 Shape = bsFrame Style = bsRaised end object Bevel4: TBevel Left = 328 Top = 212 Width = 161 Height = 69 Shape = bsFrame Style = bsRaised end object AnswerKey: TCheckBox Left = 332 Top = 44 Width = 149 Height = 21 Caption = 'Print Answer &Key' TabOrder = 0 OnClick = AnswerKeyClick end object Print: TButton Left = 332 Top = 316 Width = 153 Height = 77 Caption = '&Print' Default = True Font.Color = clBlack Font.Height = -23 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = PrintClick end object ExitButton: TButton Left = 332 Top = 400 Width = 153 Height = 37 Caption = 'E&xit' TabOrder = 2 OnClick = ExitButtonClick end object LowerCase: TCheckBox Left = 332 Top = 72 Width = 149 Height = 21 Caption = 'Use Lower &Case' TabOrder = 3 OnClick = LowerCaseClick end object UseGrid: TCheckBox Left = 332 Top = 100 Width = 149 Height = 21 Caption = 'Use &Grid' TabOrder = 4 OnClick = UseGridClick end object Panel1: TPanel Left = 12 Top = 272 Width = 149 Height = 157 TabOrder = 5 object Label3: TLabel Left = 4 Top = 8 Width = 141 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Puzzle Layout' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object EntirePage: TRadioButton Left = 16 Top = 76 Width = 113 Height = 21 Caption = '&Entire Page' TabOrder = 0 OnClick = EntirePageClick end object HalfPage: TRadioButton Left = 16 Top = 104 Width = 113 Height = 21 Caption = '&Half Page' TabOrder = 1 OnClick = HalfPageClick end object TwoPerPage: TRadioButton Left = 16 Top = 132 Width = 113 Height = 21 Caption = '&2 Per Page' TabOrder = 2 OnClick = TwoPerPageClick end object Landscape: TCheckBox Left = 16 Top = 40 Width = 117 Height = 21 Caption = 'L&andscape' TabOrder = 3 OnClick = LandscapeClick end end object Panel2: TPanel Left = 168 Top = 272 Width = 149 Height = 157 TabOrder = 6 object Label4: TLabel Left = 4 Top = 8 Width = 141 Height = 25 Alignment = taCenter AutoSize = False Caption = 'Puzzle Position' Font.Color = clBlack Font.Height = -18 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object UpButton: TRadioButton Left = 16 Top = 48 Width = 113 Height = 21 Caption = '&Up' TabOrder = 0 OnClick = UpButtonClick end object DownButton: TRadioButton Left = 16 Top = 76 Width = 113 Height = 21 Caption = '&Down' TabOrder = 1 OnClick = DownButtonClick end object LeftButton: TRadioButton Left = 16 Top = 104 Width = 113 Height = 21 Caption = '&Left' TabOrder = 2 OnClick = LeftButtonClick end object RightButton: TRadioButton Left = 16 Top = 132 Width = 113 Height = 21 Caption = '&Right' TabOrder = 3 OnClick = RightButtonClick end end object PuzzleFontButton: TButton Left = 348 Top = 140 Width = 121 Height = 29 Caption = 'Pu&zzle Font' TabOrder = 7 OnClick = PuzzleFontButtonClick end object PuzzleFont: TEdit Left = 336 Top = 172 Width = 145 Height = 27 ReadOnly = True TabOrder = 8 end object WordFontButton: TButton Left = 348 Top = 216 Width = 121 Height = 29 Caption = '&Word Font' TabOrder = 9 OnClick = WordFontButtonClick end object WordFont: TEdit Left = 336 Top = 248 Width = 145 Height = 27 ReadOnly = True TabOrder = 10 end object MyFontDialog: TFontDialog Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 8 Top = 340 end object MyPrintDialog: TPrintDialog Left = 12 Top = 308 end end